projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be24500
)
(mouse-set-region): Don't do sit-for on a mac frame.
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Tue, 18 Oct 2005 08:04:11 +0000
(08:04 +0000)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Tue, 18 Oct 2005 08:04:11 +0000
(08:04 +0000)
lisp/mouse.el
patch
|
blob
|
history
diff --git
a/lisp/mouse.el
b/lisp/mouse.el
index bfbd9eb300d3c8dc8798e42e0961071d11371dfc..d71d80bd41f0b669cb41d9ffb97de6320fb0c262 100644
(file)
--- a/
lisp/mouse.el
+++ b/
lisp/mouse.el
@@
-663,7
+663,7
@@
This should be bound to a mouse drag event."
;; If mark is highlighted, no need to bounce the cursor.
;; On X, we highlight while dragging, thus once again no need to bounce.
(or transient-mark-mode
- (memq (framep (selected-frame)) '(x pc w32))
+ (memq (framep (selected-frame)) '(x pc w32
mac
))
(sit-for 1))
(push-mark)
(set-mark (point))